home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d12
/
cbibcode.arc
/
FLUSHALL.C
< prev
next >
Wrap
Text File
|
1991-08-05
|
251b
|
10 lines
/* flushall.c */
#include <stdio.h>
main()
{
int files_open;
files_open = flushall();
/* Now print the total number of buffers flushed */
printf("%d buffers flushed. So this many files \ are open now.\n",
files_open);
}